home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <RDF:RDF xmlns:chrome="http://www.mozilla.org/rdf/chrome#"
- xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-
- <RDF:Seq about="urn:mozilla:package:root">
- <RDF:li resource="urn:mozilla:package:bandwidthtest"/>
- </RDF:Seq>
-
- <RDF:Description about="urn:mozilla:package:bandwidthtest"
- chrome:author="Jeremy Gillick"
- chrome:authorURL="http://jgillick.nettripper.com/"
- chrome:description="This extension will test the bandwidth of your current internet connection."
- chrome:displayName="Bandwidth Tester 0.4"
- chrome:extension="true"
- chrome:name="bandwidthtest"
- chrome:settingsURL="chrome://bandwidthtest/content/options.xul">
- </RDF:Description>
-
- <RDF:Seq about="urn:mozilla:overlays">
- <RDF:li resource="chrome://browser/content/browser.xul"/>
- <RDF:li resource="chrome://navigator/content/navigator.xul"/>
- </RDF:Seq>
-
- <!-- Firefox -->
- <RDF:Seq about="chrome://browser/content/browser.xul">
- <RDF:li>chrome://bandwidthtest/content/overlay.xul</RDF:li>
- </RDF:Seq>
-
- <!-- Mozilla -->
- <RDF:Seq about="chrome://navigator/content/navigator.xul">
- <RDF:li>chrome://bandwidthtest/content/overlay.xul</RDF:li>
- </RDF:Seq>
- </RDF:RDF>